home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 2000 February / Macworld (2000-02).dmg / Shareware World / Utilities / Business / Ch-Ching 2.6.7r5 / store / detail.lasso < prev    next >
Text File  |  1999-09-14  |  460b  |  20 lines

  1. [include:'includes/name.lasso']
  2.  
  3. [include:'includes/nav.lasso']
  4.  
  5. [if:field:'prodPictorPath' == 'pict']
  6.     [variable_set:'image'=(image:"prodPicture", jpeg)]
  7. [else]
  8.     [variable_set:'image'=(String_Concatenate:'images/products/', (field:'prodPicturePath'))]
  9. [/if]
  10.  
  11. [if:(token_value)=='cartupdate']
  12.     [include:'html/detailedit.html']
  13. [else]
  14.     [if:(field:'prodDiscPrice' != '')]
  15.         [include:'html/detailBuy.html']
  16.     [else]
  17.         [include:'html/detailShow.html']
  18.     [/if]
  19. [/if]
  20.